//==============================================================================
// Necro Skeleton_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Dirtcrack
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny NecroSkeleton1_spawn
			Connect ATTACHPOINT BirthSFX hotspot
			tag SpecificSoundSet 0.01 false NecroSkeletonSpawnSFX checkVisible 
	 }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny NecroSkeleton_idle
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny NecroSkeleton_walk
	 }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				VisualGranny NecroSkeleton_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.33 true   
               tag SpecificSoundSet 0.30 false SwordSwing checkVisible
//-- end auto generated section
		
         }
			version
         {
				VisualGranny NecroSkeleton_attackB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.33 true   
               tag SpecificSoundSet 0.30 false SwordSwing checkVisible
//-- end auto generated section
         
	 }
      }
   }
}
//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny NecroSkeleton_flail
			length 0.60
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny NecroSkeleton2_death
			tag SpecificSoundSet 0.01 false NecroSkeletonDeathSFX checkVisible
	 }
      }
   }
}